
/* 全局样式 */
*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{
    text-decoration: none;
    color: #006ab9;
}

/* 分页样式 */
.page_num {
    padding-top: 30px;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

#page_div {
    line-height: 20px;
    color: #666;
    margin: 0 auto;
    /* width: 800px; */
    width: auto !important;
    display: inline-block;
}

#page_div .pagination_index {
    border: 1px #cccccc solid;
    padding: 0 8px;
    margin: 0 4px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
}

#page_div .currentIndex {
    background: #0172cb;
    border: 1px solid #0172cb;
    height: 24px;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

#page_div .pagination_index_num {
    padding: 0 8px;
    margin: 0 4px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #ccc;
}

#page_div .pagination_index_last {
    font-size: 12px;
    margin-left: 10px;
    line-height: 24px;
    color: #777777;
}

#pagination_input {
    width: 45px;
    height: 20px;
    line-height: 20px;
    color: #0172cb;
    vertical-align: middle;
    overflow: hidden;
    border: 1px solid #ccc;
    font-size: 12px;
}

.but {
    color: #676767;
    line-height: 18px;
    height: 25px;
    width: 53px;
    vertical-align: middle;
    background: #fff;

}

#page_div .pagination_qd {
    border: 1px #cccccc solid;
    padding: 3px 7px;
}


/* 栏目样式-----第一个*/
.lanMtitleOne{
    width: 100%;
    height: 40px;
}
.lanMtitleOne .text{
    font-size: 20px;
    font-weight: bold;
    color: #006ab9;
    background: url(../images/2021l.jpg) no-repeat left;
    padding-left: 15px;
    float: left;
}
.lanMtitleOne .more{
    font-size: 14px;
    font-weight: normal;
    color: #333;
    float: right;
    text-decoration: none;
    padding-right: 10px;
}
.more a:hover{
    color: #006ab9;
}

/* 栏目样式-----第一个*/

/* 栏目样式-----第二个*/

.lanMtitleTwo{
    background: #f9f9f9;
    border-top: 2px solid #006ab9;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    
}
.lanMtitleTwo .text{
    font-size: 22px;
    padding-left: 15px;
    font-weight: bold;
    float: left;
}
.lanMtitleTwo .more{
    font-size: 14px;
    padding-right: 15px;
    font-weight: normal;
    float: right;
}

/* 栏目样式-----第二个*/

/* 栏目列表 */
.lanMu_con{
    clear: both;
}
.lanMu_con ul li{
    list-style: none;
    line-height: 38px;
}
.lanMu_con ul li a{
    color: #333;
    float: left;
    font-size: 16px;
    padding-left: 15px;
    background: url(../images/2021y.png) no-repeat 0px 15px;
    width: 80%;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lanMtitleThree ul li a{
    width: 70%;
}
.lanMu_con ul li span{
    color: #333;
    font-size: 14px;
    width: 20%;
    display: block;
    text-align: right;
    float: right;
    padding-right: 5px;

}
.lanMtitleThree ul li span{
    width: 30%;

}
.lanMu_con ul li a:hover{
    color: #006ab9 !important;
    text-decoration: none
}
.borderLine{
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}
/* 栏目列表 */


/* 背景灰色 */
.hui{
    background: #f3f3f3;
    padding-top: 25px;
    padding-bottom: 25px;
}
.bai{
    background: #fff;
    padding: 10px 30px;
}
.bule{
    color: #006ab9;
}
.baiShadow{
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 20px;
    min-height: 300px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

/* 距离 */
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mt15{
    margin-top: 15px;
}
.mt5{
    margin-top: 5px;
}
.mb15{
    margin-bottom: 15px;
}
.mt20{
    margin-top: 20px;
}
.ml15{
    margin-left: 15px;
}
.cle{
    clear: both;
}

/* 栏目内容灰色 */
.lanMu_conhui{
    background: #f9f9f9;
    width: 100%;
    display: inline-block;
    padding: 15px;
}

/* 分页 */
.pageNum{
    display: inline-block;
    margin: 30px 0px;
    float: right;
}
.pageNum li{
    height: 30px;
    line-height: 30px;
    margin: 0px 5px;
    border-radius: 4px;
    float: left;
    font-size: 14px;
    margin: 0px 2px;
}
.pageNum li a{
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    float: left;
    font-size: 14px;
    border: 1px solid #efefef;
    text-decoration: none;
    padding: 0px 10px
}
.pageNum li a:hover,
.pageNum li a:active{
    border: 1px solid #efefef;
    background: #006ab9;
    color: #fff;
}
.pageInput{
    height: 20px;
    width: 50px;
}

#red{
    color: #f00;
    padding: 0px 5px;
}

/* 位置信息 */
.weizhi{
    background: url(../images/2021wz.png) repeat-x 0px 40px;
    font-size: 14px;
    vertical-align: middle;
    height: 50px;
    padding: 0px 15px;
  }
  .font30{
    font-size: 24px !important;
    color: #015293;
    padding-right: 10px;
}
.pcTop{
    margin-top: -20px;
}


/* 小于768的时候 */
@media only screen and (max-width: 768px) {
    .lanMtitleOne .text{
        font-size: 18px;
        font-weight: bold;
        color: #006ab9;
        background: url(../images/2021l.jpg) no-repeat left;
        padding-left: 15px;
        float: left;
    }
    .lanMtitleTwo .text{
        font-size: 18px;
        padding-left: 15px;
        font-weight: bold;
        float: left;
    }
    .lanMu_con ul li a {
        color: #333;
        float: left;
        font-size: 16px;
        padding-left: 15px;
        background: url(../images/2021y.png) no-repeat 0px 15px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .lanMu_con ul li span {
        color: #333;
        font-size: 14px;
        width: 30%;
        display: block;
        text-align: right;
        float: right;
    }
    .baiShadow{
        background-color: #fff;
        box-sizing: border-box;
        padding: 0px 20px;
        min-height: 300px;
        box-shadow: 0 0 15px rgba(0,0,0,0);
    }
    .bai {
        background: #fff;
        padding: 0px !important;
    }
    .hi-mo{
        display: none
    }
    .page_num {
        width: 103%;
        margin-bottom: 20px;
      
    }
    .mt15{
        padding-top: 20px;
    }
    .lanMtitleFour{
        margin:18px 0;
    }
}
/* 大于375px */
@media only screen and (min-width: 375px) {
    .lanMtitleOne .text{
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-weight: bold;
        color: #006ab9;
        background:#f9f9f9;
        padding-left: 15px;
        float: left;
        border-top: 2px solid #006ab9;
        width: 100%;
    }
    .lanMtitleThree .text{
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-weight: bold;
        color: #006ab9;
        background: url(../images/2021l.jpg) no-repeat left;
        padding-left: 15px;
        float: left;
        border-bottom: 1px solid #efefef;
        width: 100%;
        border-top: 0px
    }
    .lanMtitleTwo .text{
        font-size: 20px;
        padding-left: 15px;
        font-weight: bold;
        float: left;
    }
    .lanMu_con ul li a {
        color: #333;
        float: left;
        font-size: 16px;
        padding-left: 15px;
        background: url(../images/2021y.png) no-repeat 0px 15px;
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .lanMu_con ul li span {
        color: #333;
        font-size: 14px;
        width: 19%;
        display: block;
        text-align: right;
        float: right;
    }
    .baiShadow{
        background-color: #fff;
        box-sizing: border-box;
        padding: 0px 20px;
        min-height: 300px;
        box-shadow: 0 0 15px rgba(0,0,0,0);
    }
    .page_num {
        width: 103%;
        margin-bottom: 20px;
      
    }
    .lanMtitleFour .text{
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        font-weight: bold;
        color: #006ab9;
        background: url(../images/2021l.jpg) no-repeat left;
        padding-left: 15px;
        float: left;
        border-top: 0px;
        border-bottom: 1px solid #efefef;
        width: 100%;
        margin-bottom: 15px
    }
    .container .lanMtitleThree  ul li a{
        width: 70%;
    }
    .container .lanMtitleThree  ul li span{
        width: 30%;
    }
}
@media only screen and (max-width: 320px) {
    .lanMu_con ul li a {
        color: #333;
        float: left;
        font-size: 16px;
        padding-left: 15px;
        background: url(../images/2021y.png) no-repeat 0px 15px;
        width: 67%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .lanMu_con ul li span {
        color: #333;
        font-size: 14px;
        width: 32%;
        display: block;
        text-align: right;
        float: right;
    }
}

